home *** CD-ROM | disk | FTP | other *** search
- stop();
- _parent.gotoAndPlay(2);
- presser.onPress = function()
- {
- if(_root.ended != true && _root.water_is_flowing != true && (_parent._currentframe == 1 || _parent._currentframe == 4 || _parent._currentframe == 7))
- {
- _parent.play();
- _root.fanty.expression.gotoAndPlay(2);
- _root.amountpumped += 5;
- }
- else if(_root.water_is_flowing == true)
- {
- _root.amountpumper = 100;
- play();
- }
- };
- presser.onRelease = function()
- {
- };
-